home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / WHATSNEW.DOC < prev    next >
Text File  |  1996-07-17  |  52KB  |  1,561 lines

  1.  
  2.            ***  Welcome to The Aurora Editor version 3.0!  ***
  3.                   (C) Copyright 1993-1996 nuText Systems
  4.                       All rights reserved worldwide.
  5.  
  6.  
  7.   ──────────────────────────────────────────────────────────────────────
  8.   This file highlights the New Features available in Aurora version 3.0.
  9.   There's something new for everyone in version 3! For more information,
  10.   see the User's Guide, Language Reference, and Function Reference.
  11.   ──────────────────────────────────────────────────────────────────────
  12.  
  13.  
  14. New Features in Aurora version 3.0 include:
  15. ───────────────────────────────────────────
  16.  
  17. * Directory Tree:
  18.  
  19.   A new interactive Directory Tree lets you visually explore your
  20.   computer. Just select 'Tree' from the File menu.
  21.  
  22. * Hex View/Edit Mode:
  23.  
  24.   Edit windows can now be displayed and edited in Hex mode. You can turn
  25.   on the Hex View setting on the Set menu to split the window into
  26.   normal text and the Hex View. Use the <tab> and <shift tab> keys to
  27.   switch the editing focus between normal text and the Hex View.
  28.  
  29.   The Hex View will be Syntax Highlighted and marked just like your
  30.   normal text!
  31.  
  32. * Windows/95 long file names are now supported throughout the editor!
  33.  
  34. * Tired of Uppercase filenames? Filenames throughout the editor can now
  35.   be displayed Capitalized, in Lowercase, in Uppercase, or As-is. This
  36.   new option can be set from Miscellaneous Options dialog box.
  37.  
  38. * Color Syntax Highlighting for over 20 new languages is now provided,
  39.   including Syntax Highlighting for HTML Web pages and Java!
  40.  
  41.   Syntax Highlighting is now automatic. No need to configure Syntax.aml
  42.   for these languages - just open the file.
  43.  
  44. * Real Tab Support
  45.  
  46.   Aurora now provides support for automatically displaying real tabs
  47.   (Ascii 9) as spaces. The Margins and Tabs configuration dialog box
  48.   contains new options which allow tab characters to be displayed as-is,
  49.   displayed as spaces, or displayed as spaces only if found in a quick
  50.   search when the file is opened (the new default).
  51.  
  52.   The Margins and Tabs dialog box also contains a new option 'Use Real
  53.   Tabs' which configures the tabright command to enter real tabs into
  54.   your text (when tabs are displayed as spaces).
  55.  
  56. * Global Multi-file Search and Replace
  57.  
  58.   A sophisticated new global search/replace macro allows you to search
  59.   for and replace strings in multiple files on disk, with optional
  60.   verification. It can be started from the Macro List on the Set menu.
  61.  
  62. * International Configuration
  63.  
  64.   A new International Options dialog box can now be displayed from the
  65.   main Configuration box, allowing International settings throughout the
  66.   editor to be easily configured. Pre-defined date/time formats and
  67.   day/month names for 11 languages are included.
  68.  
  69. * Numerous File Manager enhancements:
  70.  
  71.   ∙ Directories can now be displayed in a new 'Variable' format as well
  72.     as the old 'Fixed' format. You can turn variable format On or Off
  73.     from the file manager configuration dialog box.
  74.  
  75.     In Variable format, file names are displayed on the right side of
  76.     the listing, allowing long or fully qualified names to be displayed.
  77.     Under Windows/95, long file names will now be displayed!
  78.  
  79.   ∙ File Lists can now be displayed in the file manager. A File List is
  80.     simply a file containing a list of filenames or filespecs which may
  81.     be located in various drives and directories on your computer. File
  82.     lists are always displayed in Variable format, with each filename or
  83.     directory fully-qualified.
  84.  
  85.     You can open, save, and edit file lists with new commands on the
  86.     File and Command menus.
  87.  
  88.   ∙ New commands were added to the Command menu:
  89.  
  90.        Open File List  - open a file list
  91.        Remove Line     - remove lines without deleting files/directories
  92.        Statistics      - show statistics for a file or directory
  93.  
  94.   ∙ Entire Directories and Subdirectories can now be copied, moved, and
  95.     deleted.
  96.  
  97.   ∙ The file manager Run command will now also run macro language
  98.     executable (.X) files.
  99.  
  100.   ∙ The Attributes command now displays a dialog box if prompts are
  101.     configured as dialog boxes
  102.  
  103.   ∙ Dashes are now displayed for file attributes which are turned off.
  104.  
  105.   ∙ The file manager Scan Files command menu now only scans files listed
  106.     in the file manager. This is handy when used with File Lists, the
  107.     Remove Line command, or file manager listings generated from macros
  108.     such as Where. The <shift i> key has now been assigned to Scan
  109.     Files.
  110.  
  111.   ∙ The entire file manager is no longer refreshed after executing a
  112.     file manager command - only the affected files are updated.
  113.  
  114.   ∙ The Free Space is now displayed in megabytes (MB) when greater than
  115.     10MB.
  116.  
  117. * Powerful New Macros:
  118.  
  119.   ∙ Alarm     - Set up to four alarms to execute commands
  120.   ∙ Bookauto  - Save and restores bookmarks automatically
  121.   ∙ Capital   - Capitalize words
  122.   ∙ Clipview  - View clipboard contents
  123.   ∙ Clock     - Display a clock with large digits and long format date
  124.   ∙ Fattr     - Change file attributes
  125.   ∙ Fcopy     - Copy or move files
  126.   ∙ Filestat  - Display file or directory statistics
  127.   ∙ Fillnum   - Fill a block with a numeric sequence
  128.   ∙ Findo     - Find occurrences (previously in Ext.aml)
  129.   ∙ Globrepl  - Global multi-file search and replace
  130.   ∙ Hilitewd  - Highlight a word (previously in Ext.aml)
  131.   ∙ Installs  - Lite installation to a floppy drive
  132.   ∙ Logevent  - Log editor events
  133.   ∙ Machine   - Examples for calling 80x86 machine code
  134.   ∙ Paragprh  - Find next/prev paragraph
  135.   ∙ Projopen  - Open a project
  136.   ∙ Projsave  - Save a project
  137.   ∙ Ruler     - Insert a ruler line above the current line
  138.   ∙ Saveall   - Save all open files
  139.   ∙ Scan      - Scan files for a string (previously in Ext.aml)
  140.   ∙ Sieve     - Sieve of Eratosthenes Demo
  141.   ∙ Sortstr   - Sort a string
  142.   ∙ Stopwtch  - Stopwatch and command timer
  143.   ∙ Synch     - Synchronized scrolling
  144.   ∙ Tabauto   - Expand tabs automatically when opening files
  145.   ∙ Tree      - Directory tree
  146.   ∙ Trimline  - Trim trailing blanks and tabs
  147.   ∙ Winclock  - Window border clock install/remove
  148.  
  149.  
  150. Other Enhancements include:
  151. ──────────────────────────
  152. * The Scan Files command and the Scan2 macro will now search
  153.   subdirectories when the new option 'u' is specified. Subdirectories
  154.   will not be searched if these commands are invoked from the file
  155.   manager.
  156.  
  157. * The Find Occurrences command and the Scan2 macro now both display
  158.   found occurrences in a persistent window, allowing you to goto an
  159.   occurrence and then return back to the occurrences window.
  160.  
  161.   A new menu is also displayed, allowing you to:
  162.     ∙ Goto an occurrence and exit
  163.     ∙ Goto an occurrence
  164.     ∙ Edit all occurrences
  165.     ∙ Print all occurrences
  166.  
  167.   If prompts are displayed as dialog boxes, both the Find Occurrences
  168.   command and the Scan2 macro will now display a dialog box prompt.
  169.  
  170. * Macro Help can now be displayed for each Macro by pressing <f1> from
  171.   the Macro List, and can also be displayed from within most macros by
  172.   pressing <f1>.
  173.  
  174. * Pasting text from Windows now assumes that the text was marked as a
  175.   'stream' mark. Both stream and character marks are now copied
  176.   correctly to the Windows clipboard.
  177.  
  178. * The new ClipLine setting on the Edit Options 2 dialog box specifies
  179.   whether or not the clipboard cut and copy commands should use the
  180.   current line when no marked block exists.
  181.  
  182. * Sorting is nearly twice as fast as in v2.x.
  183.  
  184. * Popup windows are now resizable.
  185.  
  186. * The cursor position is now highlighted before displaying a prompt.
  187.  
  188. * The new Command Line Option -d forces the editor to use short file
  189.   names under Windows/95.
  190.  
  191. * The new Command Line Option -r runs external macros from the command
  192.   line after A.x is loaded and all files are opened.
  193.  
  194.  
  195. Enhancements to Previous Macros include:
  196. ───────────────────────────────────────
  197.  
  198. * Changes to Maclist (the Macro List):
  199.  
  200.   - a menu is now displayed, allowing you to:
  201.  
  202.     ∙ Run a macro
  203.     ∙ Display macro help
  204.     ∙ Add a new macro